home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / image / mufus54d.zip / WUFUSION.VSN < prev   
Text File  |  1997-01-15  |  4KB  |  77 lines

  1. Version History (from when I started keeping one):
  2.  
  3. v1.0    Initial production release.
  4.  
  5. v1.1    Implemented direct printing to printer device (bypassing Windows
  6.         printer driver).
  7. v1.2    Implemented printing multiple copies for labels.
  8. v1.2a   Uses bold font again, doesn't try and change printer font.
  9. v1.2b-e Various attempts to find printing problems for RWH.
  10. v1.2f   Underlines and makes non-bold flashing text.
  11. v1.2g   Disables comm port data when using Winsock.
  12. v1.2h   Redesigned About Box / Flash screen. - version 1.2h
  13. v1.2i   Uses slightly larger fonts, brings terminal to front when changing
  14.         display to prevent minor problems with scrolling.
  15. v1.2j   Fixes the scrolling function properly by using the Terminal
  16.         component's ScrollBy method (sheepish grin), fixed a problem with
  17.         flow control and printing, shows the OK button as disabled on the
  18.         flash screen.
  19. v1.2k   Changes the way that flow control is managed by creating a
  20.         TerminalHalted variable as part of the Terminal unit.  Moves several
  21.         declarations from the Terminal unit's constant declaration to the
  22.         TTerminal type definition.
  23.  
  24. v1.3    Uses MS LineDraw font, if available, to give graphic character for
  25.         values greater than 128.
  26. v1.3a   Uses MS LineDraw ONLY for characters greater than 128, to avoid
  27.         problems where MS LineDraw Bmaps to a non-scalable font.
  28.  
  29. v1.4    Stores the screen location, and a "use 8bit display" flag in an
  30.         INI file.
  31. v1.4a   Fixed some problems with the initial display of the backpage screen.
  32. v1.4b   Fixed a display oddity on startup under Windows 95.
  33. v1.4c   Terminal unit now works out for itself whether MS LineDraw is
  34.         available, fixed problems with screen clear not resetting cursor
  35.         position, false cursor images appearing after a screen paint.
  36. v1.4d   Fixed a problem with blank screens when backpaged, stopped Alt-F7
  37.         being interpreted as F7.
  38. v1.4e   Removed an unwanted writeln and references to the WINCRT unit.
  39. v1.4f   Beeps
  40. v1.4g   Implements esc-space (backspace), esc-P (print screen), esc-F-:
  41.         (flush printer).
  42.  
  43. v1.5    Enhanced serial port support, allowing use of comm. ports 1-8 at
  44.         speeds of 1200, 2400, 4800, 9600 or 19200bps.
  45. v1.5a   Added a Print Screen option to the menu, changed other menu items
  46.         to make them more comprehensible, added an [Options] section in
  47.         wufusion.ini with an option called Dummy Mode.  Setting Dummy Mode=1
  48.         (with a text editor) disables most menu options.
  49.  
  50. v1.6    Draws the linedraw characters for itself rather than using the line
  51.         draw font.  No longer requires MS LineDraw font.
  52. v1.6a   Supports the esc-x-P-<filename> sequence for selecting the printer
  53.         from the host.
  54. v1.6b   Fixes a problem with top-right corner characters.
  55. v1.6c   Fixed the esc-x-P-<filename> sequence.
  56. v1.6d   Doesn't put an "A" or "C" at the start of printouts.
  57. v1.6e   Fixes a problem with incorrect cursor positioning.
  58. v1.6f   Doesn't send char(3) to printer.  Rewrote printer code to empty
  59.         Windows message queue before and after printing.
  60. v1.6g   Uses dWinsock component version 2.0.
  61. v1.6h   Uses dWinsock component version 2.1.
  62. v1.6i   Only requires a Winsock DLL if IP is used, not for serial port use.
  63.  
  64. v1.7    Support for capture files.
  65.  
  66. v1.8    Major rewrite of printing.  Now allows printing to Print Manager,
  67.         direct to LPT1, LPT2 or LPT3, or to a file.
  68. v1.8a   Doesn't give an error message when shut down before the socket is open.
  69. v1.8b   Selection of printing destination, other than to a file, is now saved
  70.         between sessions.
  71. v1.8c   Implements Esc-F-C properly (sending data to the printer but not the
  72.         screen), key help on menu items.
  73. v1.8d   Implements an option [Printer]Transparent in the INI file which, if set
  74.         true, causes Esc-F-C to behave like Esc-F-A.
  75. v1.8e   Doesn't give a file overwrite prompt if an output file exists, because
  76.         it doesn't overwrite the file (it appends to it).
  77.